PowerVU Emu
-------------
PowerVU Emu is an standalone emulator for DVB-Viewer-Pro.


Usage:
-------------
- Copy its .dll, .ini & Softcam.Key files to the `Plugins` folder of the DVB-Viewer-Pro.
- Its key formats are: 
P Ident KeyIndex Key ; Comments
or
P IdentVideoPidAudioPid KeyIndex Key ; Comments
- Disable other plugins that are able to decrypt the PowerVU. Only one plugin is able to decrypt the same TS(Audio/Video) correctly at once. If you are using vPlug, you need to delete its PowerVU.mdl to disable its PowerVU support.
- Also don't forget to use a better direct show filter, such as LAVFilters, to avoid glitches.
https://github.com/Nevcairiel/LAVFilters/releases


History
-------------
V 1.4
- Added CSA mode.
- Improved the PMT parsing.


V 1.3
- Added `keys auto try` mode. The Emu will try all of the available keys to find the working one automatically.
It lets you to have duplicate idents for different channels.
- Both of these key formats are acceptable now (to avoid having duplicate idents):
P Ident KeyIndex Key ; Comments
or
P IdentVideoPidAudioPid KeyIndex Key ; Comments

Such as: 

P F861 01 key ; bwtv, 13.0E 11054-H-27500
or
P F86100D200C8 01 key ; bwtv, 13.0E 11054-H-27500

A key with `IdentVideoPidAudioPid` has a higher priority.
VideoPid or AudioPid should be 4 characters long.


V 1.2
- Fixed PMT parsing of channels like `ID XTRA`.


V 1.1
- Fixed glitches of DES mode.


V 1.0
- First public release.